home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_nn-tk.idb / usr / freeware / lib / nn / help / help.nn-tk.z / help.nn-tk
Encoding:
Text File  |  1999-04-16  |  2.1 KB  |  50 lines

  1.             NN-TK
  2.  
  3.        The TCL/TK code provides  a  GUI  interface  with  command
  4.        menus and buttons.
  5.               The features include:
  6.                      the use of the mouse to select articles
  7.                      a scrolling panel for displaying articles
  8.                      group  selection  using  either of scrolling
  9.                           panel or cascading menus.
  10.               If EXMH is available then there is also:
  11.                      an internal editor for posting items
  12.                      the ability to send and read  MIME  and  PGP
  13.                           messages
  14.                      the  ability  to turn URL's into buttons for
  15.                           passing to MOSAIC (or another WWW reader).
  16.  
  17. READING
  18. NN-TK follows the NN reading method where all the desired articles of
  19. each group are slected and then read, all the normal NN keys and
  20. commands can be used. The left mouse button can be used for selecting
  21. articles and dragged to select a range of articles. The PAGE buttons
  22. are the equivalent of SPACE key and provides paging through groups,
  23. subject and articles reading any selected articles.
  24.  
  25. The right mouse button is used for the immediate reading of
  26. selected articles
  27.  
  28. TCL DIRECTORY 
  29. The tcl directory which contains the NN TK code is in the system NN
  30. lib directory. It can be overriden by having a local version of the
  31. directory in ~/.nn or the current directory. The order of search is
  32. . , ~/.nn , NN lib.
  33.  
  34. DEFAULTS
  35. Some of the defaults for the nn TK interface are stored in the file
  36. nn-defaults in the tcl directory as X resources, these can be
  37. overridden by creating a file ~/.nn/nn-defaults. Most of these can
  38. still be overridden by options set using the setup menu, which stores
  39. its configuration values in ~/.nn/tk-config as X resources.
  40.  
  41. EXMH
  42. To include the EXMH routines create a symbolic link named exmh in the
  43. tcl directory pointing to the EXMH lib directory. It isn't necessary
  44. to have MH installed. If EXMH is not available NN will still work, but
  45. will less functionality.
  46.  
  47. CALLING TCL
  48. The tk extended command can be used for calling tcl/tk from
  49. nn macros
  50.